ServiceCopyFolder Method (FolderId, StandardFolder) |
Copies a folder.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic FolderId CopyFolder(
FolderId folderId,
StandardFolder standardFolder
)
Public Function CopyFolder (
folderId As FolderId,
standardFolder As StandardFolder
) As FolderId
Parameters
- folderId
- Type: Independentsoft.ExchangeFolderId
The ID of the folder to copy. - standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The ID of the folder to copy the items to.
Return Value
Type:
FolderIdThe ID of the new folder.
See Also